adTempus API
|
Gets all objects of the specified class that are in the local cache
HRESULT GetObjectsForClassFromCache(ClassIDEnum CID, [out,retval] IADTObjects** objects);
GetObjectsForClassFromCache(ClassIDEnum CID, [out,retval] IADTObjects* objects);
Sub GetObjectsForClassFromCache(CID As ClassIDEnum, objects As [out,retval] IADTObjects*)
Parameters |
Description |
[in] ClassIDEnum CID |
The CID of the class you want to retrive objects for. |
[out,retval] IADTObjects** objects |
On return, contains a collection of all objects for the class. |
This method is identical to GetObjectsForClass, except that it does not make a call to the server--it only returns objects that are already in the local cache.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|